Welcome![Sign In][Sign Up]
Location:
Search - library delphi

Search list

[Process-Threadthreads

Description: A library for threading in Delphi
Platform: | Size: 163840 | Author: Ss900 | Hits:

[GUI Developsplashdemo

Description: A splash screen library for Delphi
Platform: | Size: 601088 | Author: Ss900 | Hits:

[Otherdelphicodepages

Description: Delphi library for text conversion between different code pages.
Platform: | Size: 1024 | Author: badbad | Hits:

[OS programCIHFDR49

Description: Windows Standard Serial Communications Library for Delphi是基于W()
Platform: | Size: 360448 | Author: kcveirl | Hits:

[Otherorcltest

Description: delphi 10.01 通过FireDAC直接连接Oracle数据库,免安装oracle客户端 包括需要的4个动态库文件, 四个oracle的动态库与执行程序放同一目录即可。(Delphi 10.01 connects directly to Oracle database through FireDAC without installing Oracle client. Including 4 required dynamic library files, The four Oracle dynamic libraries are placed in the same directory as the executable programs.)
Platform: | Size: 32629760 | Author: zflybird | Hits:

[Windows DevelopEYE-U010及M-U010读写器演示程序及开发包

Description: 包含:ActiveX控件、明华非接触式读卡器ActiveX控件函数说明文档2.0,读写器换库说明文档,以及测试程序。 支持的语言有c#,c++,Delphi、java、pb9、pb12.5、vb.net、vb6、vfp等语言。(Contains: ActiveX control, Minghua contactless card reader ActiveX control function description document 2.0, reader replacement library description document, and test procedures. Supported languages have: c#. c++. Delphi.java. pb9. pb12.5. vb.net. vb6. vfp.)
Platform: | Size: 3966976 | Author: 春风电子 | Hits:

[OS programdllexample

Description: 该压缩包包括:1.动态链接库(DLL)的编译实例,包括_cdecl和stdcall两种常见函数调用约定的实现,并且解决了名字修改问题,在实例代码中有详细的说明!2.针对不同的函数调用约定,以及动态调用DLL库和静态调用DLL库分别提供了调用实例的源代码和程序!3.压缩包中包括VC++调用DLL的实例源码和Delphi调用DLL的实例源码和说明(利用前面VC++生成的DLL)!4.其中VC++调用DLL实例中还简单说明了计算string的长度,比较,大小写转换等功能实现的方法!(The compression package includes: 1 dynamic link library (DLL) compiler examples, including _cdecl and stdcall two common function call the implementation, and solve the problem of name change, in the example code in detail! 2 for different function calls, as well as the dynamic call DLL library and static call DLL library, respectively, to provide the source code and procedures of the instance! 3 compression package, including VC++ call DLL instance of the source code and Delphi call DLL examples of source code and instructions (using the VC++ generated by the DLL)! 4. The method of calculating string s length, comparing, and the size of the VC++ is also explained in the example of DLL! )
Platform: | Size: 2520064 | Author: jhanker | Hits:

[Multimedia DevelopAudioObjectSrc

Description: Delphi audio object, audio process library
Platform: | Size: 1109084 | Author: feland | Hits:

[Delphi VCLJCL

Description: JEDI Code Library v 2.7 Installation Supported development tools versions: - Delphi XE8 (Win32 and Win64) and C++Builder XE8 (Win32 and Win64) - Delphi XE7 (Win32 and Win64) and C++Builder XE7 (Win32 and Win64) - Delphi XE6 (Win32 and Win64) and C++Builder XE6 (Win32 and Win64) - Delphi XE5 (Win32 and Win64) and C++Builder XE5 (Win32 and Win64) - Delphi XE4 (Win32 and Win64) and C++Builder XE4 (Win32 and Win64) - Delphi XE3 (Win32 and Win64) and C++Builder XE3 (Win32 and Win64) - Delphi XE2 and C++Builder XE2; - Delphi XE and C++Builder XE; - Delphi 2010 and C++Builder 2010; - Delphi 2009 and C++Builder 2009; - CodeGear RAD Studio 2007 (also known as Delphi 2007 for Win32, C++Builder 2007); - Borland Developer Studio 2006 (also known as Delphi 2006, C++Builder 2006); - Borland Delphi 2005; - Borland Delphi 7; - Borland Delphi 6 Update Pack #2 (including Personal Edition); - Borland C++ Builder 6; - FreePascal 2.2. For more detailed information, see docs\Readme.html.
Platform: | Size: 6114304 | Author: kilan1 | Hits:

[Other正则表达式控件

Description: delphi正则表达式控件 安装方法(我使用的delphi版本是 delphi2007): 1、先把解压的 TPerlRegEx 文件夹放在 Delphi 的根目录下的 Imports 目录中。 2、目前最新 For Win32 的版本是可以在 Delphi7,Delphi 2006,Delphi 2007,Delphi 2009 下使用。 我用的是2007,于是就打开了PerlRegExD2007.dpk ,在 Project Manager 窗口中的 PerlRegExD2007.bpl 上点击右键,执行 Install。这时 在 Tool Palette 的列表中已经有了 TPerlRegEx,在 JGsoft 组。 3、Tools -> Options -> Environment Options -> Delphi Options -> Library-Win32 -> Library path -> 添加路径:$(BDS)\Imports\TPerlRegEx (注:就是刚才放置的路径)。 4、打开delphi根目录下 Imports\TPerlRegEx\pcre ,把 pcre3.dll 文件复制到 C:\WINDOWS\system32 文件夹下,这个文件夹里是windows系统存放 dll 文 件的大本营。如果不复制pcre3.dll,在应用 TPerlRegEx 正则的时候,系统提示出错。 5、用delphi打开 Imports\TPerlRegEx 目录下的 pcre.pas 文件,找到 //{$DEFINE PCRE_STATICLINK} ,把之前的注释 // 删除;找 到 {$DEFINE PCRE_LINKDLL} ,把它注释掉,即改为 //{$DEFINE PCRE_LINKDLL} 。注意:这点非常重要,如果不这样改的话,在软件开发完成后,分 发到其他电脑上的时候,软件就会提示“缺少pcre3.dll错误”。这样修改的原因,是把正则直接封包到 exe 文件里,而不需要链接 pcre3.dll 了;封包进 exe,付 出的代价是软件增大了 100KB 左右的大小,当然比起必须携带 pcre3.dll来说,这是有意义的付出。 6、可以使用了! 直接 uses PerlRegEx 或从 Tool Palette 添加都可以。 TPerlRegEx 安装设置完成后,就可以舒心地使用了,一些简单的使用方法如下: //查找是否存在 var reg: TPerlRegEx; begin reg := TPerlRegEx.Create(nil); reg.Subject := 'CodeGear Delphi 2007 for Win32'; reg.RegEx := '\d'; if reg.Match then ShowMessage('找到了') else ShowMessage('没找到'); FreeAndNil(reg); end;
Platform: | Size: 211229 | Author: clubmanjim | Hits:

[OtherFastReport

Description: «Fastreport» — компоненты для создания отчетов fastreport.ru Описание компонент генерации отчетов для Borland Delphi и Borland C++ Builder. Описание возможностей компонент. Условия покупки. Цены. Россия, Ростов-на-Дону, Халтуринский переулок, 15 8 (800) 551-XX-XX Показать 4,5 из 5 2 отзыва Визуальный дизайнер отчетов fastreport.ru FastReport Online Designer fastreport.ru Сборка библиотеки libgdiplus из исходного кода fastreport.ru 2 окт Как обновить веб отчет FastReport.Core fastreport.ru 21 сен Ещё на сайте Report generator and reporting tools for Delphi, .Net - Fast... fast-report.com›en/ FastReport VCL. Fast and compact report generator library for Delphi and Lazarus Contains a visual report designer, custom data processing logic, 30+ export document formats, printing and clouds delivery. Download Buy. FastCube. ... Update with support of the latest version of IDE and new highlighting options + Added support for RAD Studio
Platform: | Size: 114589610 | Author: nusasusa | Hits:

[Delphi VCLDevart MyDAC 10.3.2

Description: Devart MySQL Data Access Components, or MyDAC alias, is a component library that provides direct access to MySQL from Delphi, C ++ Builder, Lazarus (and Free Pascal) on both Windows, Mac OS X, iOS, Android, Linux, and FreeBSD for both platforms. Provides 32 and 64 bits. MyDAC-based applications can connect directly to the MySQL server or work through MySQL client libraries. MyDAC is designed to help programmers develop MySQL database applications faster. MyDAC is a complete replacement for the standard MySQL connection solution and provides a viable alternative to the Borland database engine and standard dbExpress driver for access to MySQL.
Platform: | Size: 45025244 | Author: sameryousef777 | Hits:

[Delphi VCLDelphiZXingQRCode

Description: DelphiZXingQRCode is a Delphi port of the QR Code functionality from ZXing, an open source barcode image processing library. The code was ported to Delphi by Senior Debenu Developer, Kevin Newman. The port retains the original Apache License (v2.0).
Platform: | Size: 438367 | Author: milikadelic | Hits:

[Delphi VCLXML-RPC Library for Delphi, Kylix and DWPL (DXmlRpc)

Description: This package contains implementations of a XML-RPC server and a XML-RPC client. Target platforms are Windows, Linux and native DOS by use of DWPL and WDOSX. Demo projects for server and client implementations are included.
Platform: | Size: 362301 | Author: milikadelic | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net